func os.direntIno

2 uses

	os (current package)
		dir_unix.go#L88: 		ino, ok := direntIno(rec)
		dirent_linux.go#L12: func direntIno(buf []byte) (uint64, bool) {